body {
background-image: url('../../../backgrounds/myphotos/dither/lotusdither.png');
background-attachment: fixed;
background-repeat: repeat;
background-size: cover;
}

#flowervine {
    float: right;
    position: absolute;
    height: 38%;
    margin-left: 518px;
    margin-top: 22px;
    width: auto;
}

/*======= box =======*/

div.title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    border-radius: 8px; 
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #FFEDFA;
    font-size: 35px;
    text-shadow: 5px 5px 10px #c4788e;
    letter-spacing: 9px;
}

#titleimg {
    height: 75px;
    width: auto;
    margin-bottom: -12px;
}

div.box {
    display: grid;
    grid-template-columns: 585px;
    grid-template-rows: 60px 820px 53px;
    gap: 13px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 585px;
    height: auto;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    border-radius: 9px;
    color: #062403;
} 

#img {
    float: right;
}

/* ----------inside box ----------- */

div.sitemap {
    /*background-color: rgb(130, 224, 99, 0.40);*/
    background-color: rgb(130, 224, 99, 0.84);
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    border-radius: 8px;
    border: #062403;
    border-style: double;
}

div.insidemap {
    margin-left: 10px;
}

.sitetext li {
    font-weight: bold;
}

.insidemap ul {
    list-style: url(../../../favicons/point/sakura.gif);
    line-height: 2.0;
}

.inner li {
    list-style: url(../../../favicons/point/pink-bullet1.webp);
    line-height: 1.7;
}

.inner1 li {
    list-style: url(../../../favicons/point/heart.gif);
}

.insidemap ul a:link {
    text-decoration: none;
    color: #cd5f80;
    font-weight: bold;
}

.insidemap ul a:visited {
    color: #cd5f80;
}

.insidemap ul a:hover {
    color:#f9e5de;
    text-decoration: underline;
}

.insidemap ul a:active {
    color:#f9e5de;
    text-decoration: underline;
}

/* ----------footer----------- */

div.footer {
    background-image: linear-gradient(#e0afc0, #cd5f80);
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    text-align: center;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footerimg {
    height: 18px;
    width: auto;
    padding-left: 5px;
}

p.footer {
    color: #062403;
    margin-top: 7px;
}

.footer a:link {
    text-decoration: none;
    color: #062403;
}

.footer a:hover {
    color:#32752b;
    text-decoration: underline;
}

.footer a:visited {
    color: #062403;
}